Action hook '{$taxonomy}_add_form_fields'

in WP Core File wp-admin/edit-tags.php at line 549

Description

Fires after the Add Term form fields. The dynamic portion of the hook name, `$taxonomy`, refers to the taxonomy slug. Possible hook names include: - `category_add_form_fields` - `post_tag_add_form_fields`

Occurrences

Filename Line Number
wp-admin/edit-tags.php 549

Parameters

Type Name Description
string $taxonomy The taxonomy slug.

PHP Doc

/**
	 * Fires after the Add Term form fields.
	 *
	 * The dynamic portion of the hook name, `$taxonomy`, refers to the taxonomy slug.
	 *
	 * Possible hook names include:
	 *
	 *  - `category_add_form_fields`
	 *  - `post_tag_add_form_fields`
	 *
	 * @since 3.0.0
	 *
	 * @param string $taxonomy The taxonomy slug.
	 */